home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2008 February
/
PCWFEB08.iso
/
Software
/
Resources
/
Security
/
Spyware Doctor 5.5.0.111
/
sdbeta.exe
/
{app}
/
esp-sdhelp.chm
/
fhhtmlpopups.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
2007-10-05
|
415 b
|
14 lines
// Entire contents copyright (C) 1999-2002, Work Write, Inc.
// and KeyWorks Software. All rights reserved.
// Contact: Cheryl Lockett Zubak at cheri@workwrite.com
var KeyPopup; // KeyHelp.KeyPopup ActiveX object
function DisplayHtmlPopup(URL,left,top,width)
{
if (!KeyPopup)
KeyPopup = new ActiveXObject("KeyHelp.KeyPopup");
KeyPopup.Width = width;
KeyPopup.DisplayURL(URL,left,top);
}